protected virtual IEnumerable FindMemberNodeKeysForNode( NodeType nodedata )
Parameters
- nodedata
Return Value
the list of child keys, an System.Collections.IEnumerable of NodeKey
protected virtual IEnumerable FindMemberNodeKeysForNode( NodeType nodedata )
This is used for model discovery. This is only called if MemberNodesPath is not an empty string. This method can be overridden in case the MemberNodesPath property path is not flexible enough or fast enough to get the collection of child node keys.